home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-04-13 | 610 b | 18 lines | [TEXT/MPS ] |
- #
- # The example translator sources should live in a folder called
- # "ExampleTrans" within the MPW folder. There should also be
- # a folder within "ExampleTrans" called "Objects" which will contain
- # the object files and other 'deletable' files.
- #
- # In the MAKE command line, the '-d' option is used to set the version
- # number. In the next command line, the computer will sound two notes
- # when it is done: if the notes go up, an error occurred; if the notes
- # go down, all is well.
- #
-
- directory {MPW}ExampleTrans
- make -f Example.make 'Example Translator' -d vers='1.0' >doit
- doit || (beep 1320; beep 880)
-
-
-